home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / zoomhint.zip / HELPME.ARJ / FD211.TXT < prev    next >
Text File  |  1993-11-14  |  2KB  |  85 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with FD 2.11/SW                       11-14-93
  3. B.J. Guillot
  4. FidoNet 106/400                              InterNet: st1r8@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. Keep in mind that fax commands cannot be stored in NVRAM.
  8.  
  9. Here is the relevant information from FDSETUP ...
  10.  
  11. [FDSETUP] Modem -> Command Strings
  12.   Init-1 ... atz|
  13.   Init-2 ... at+fcr=1;+fdcc=1,5,0,2,0,0,0,0|
  14.   Init-3 ... at+flid="713 555 1212"|
  15.  
  16.   +fcr=1                   enables fax receiption
  17.   +flid="713 555 1212"     sets your FAX ID, up to 20 characters
  18.  
  19.   +fdcc=1,5,0,2,0,0,0,0    enable high resolution, 14400 fax
  20.   +fdcc=1,3,0,2,0,0,0,0    enable high resolution, 9600 fax
  21.  
  22. Do not attempt to give a 9600 maximum speed send/receive fax modem the 1,5
  23. string as it will cause unpredicable results.
  24.  
  25. [FDSETUP] Modem -> Answer control
  26.   Manual answer    Yes
  27.   Force answer ... at+faa=1;a|
  28.  
  29. The "at+faa=1;a" causes the modem to answer adaptively, i.e., to
  30. automatically determine whether the incoming call is fax or data and return
  31. the response to the modem.
  32.  
  33. [FDSETUP] Mailer -> Errorlevels
  34.   Fax ... 255
  35.  
  36. ==========================================================================
  37.  
  38. If you are using a modem such as a Supra that returns a "FAX" response
  39. proceed with the following instructions ( METHOD #1 ) ...
  40.  
  41. [FDSETUP] Modem -> Default Settings -> Messages
  42.    Fax ... FAX
  43.  
  44. FDRUN.BAT should contain something similar to ...
  45.  
  46. @echo off
  47. c:
  48. cd\fd
  49. fd
  50. if errorlevel 255 bgfax /fax c:\bgfax 1 z
  51. if errorlevel 103 maint.bat
  52. if errorlevel 102 toss.bat
  53. if errorlevel 101 local.bat
  54. if errorlevel 100 dobbs.bat
  55.  
  56. ==========================================================================
  57.  
  58. If you are using a modem such as a PPI FXMT that returns a "+FCON" response
  59. proceed with the following instructions ( METHOD #2 ) ...
  60.  
  61. [FDSETUP] Modem -> Messages
  62.   Fax ... +FCON
  63.  
  64. FDRUN.BAT should contain something similar to ...
  65.  
  66. @echo off
  67. c:
  68. cd\fd
  69. fd
  70. if errorlevel 255 bgfax /fcon c:\bgfax 1 z
  71. if errorlevel 103 maint.bat
  72. if errorlevel 102 toss.bat
  73. if errorlevel 101 local.bat
  74. if errorlevel 100 dobbs.bat
  75.  
  76. If BGFAX fails to work properly, try using this line instead:
  77.  
  78. if errorlevel 255 bgfax /fast c:\bgfax 1 z
  79.  
  80. ==========================================================================
  81.  
  82. Regards,
  83. B.J. Guillot
  84.  
  85.